home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 3458A.ZIP / AMAC44A.ZIP / MISC11.QM < prev    next >
Text File  |  1992-06-22  |  5KB  |  95 lines

  1. *                            MISC11.QM, v1.1c
  2. *                       Miscellaneous QEdit Macros
  3. *                                 6/20/92
  4. *  Key       Subfile            Description
  5. * =====    =============    ==============================================
  6. *          {e:\up\mis001}   Cursor and Line Position Macros ( )
  7. *          {e:\up\mis002}   Counting and Line Numbering Macros
  8. *          {e:\up\mis003}   Make Column Blocks of Longest Lines
  9. *          {e:\up\mis004}   Macros to Compare Files
  10. *          {e:\up\mis005}   Macros to Make Single Column Macros
  11. *          {e:\up\mis006}   Other New Macros
  12. *          {e:\up\mis007}   Macros To Set/Delete Custom Tab Stops
  13. *          {e:\up\mis008}   (Not yet in use)
  14. *          {e:\up\mis009}   (Not yet in use)
  15. *
  16. * @h                        Jump To Index Item Below
  17. *
  18.  
  19. *         Index - How to Jump to Index Item Below Using @h
  20. *         Description
  21. *         Startup
  22. *         Other Macros
  23. *         Version history
  24. *
  25. *-- eoi
  26.  
  27.  
  28. * (DESCRIPTION):      MISC11.QM contain miscellaneous macros described
  29. *              in the Index above and in each subfile.  These macros
  30. *              require "QEdit and QMAC v2.1, February, 1990" or later,
  31. *              and many require QEdit v2.15.  For (other) macros, see
  32. *              ALLMACRO.INF in AMACxx.ZIP.
  33.  
  34. * (INDEX) USE:        To locate a macro or item in this file, press @h,
  35. *              place the cursor line on the desired item in the Index
  36. *              above, and press <enter>.  See BOOKxx.QM for more
  37. *              details.
  38.  
  39. * (STARTUP):          To BEGIN, just type "START MISC" <Enter>.  All
  40. *              pertinent files will be loaded in the "Ring", and
  41. *              MISC11.MAC macros are read.  To jump to and read macros
  42. *              in the mis00x.qm subfiles, please refer to macros in
  43. *              BOOKxx.QM and JMPPOSxx.QM. in AMACxx.ZIP.
  44.  
  45.  
  46.  
  47. *                            M A C R O S
  48. * ----------------------------------------------------------------------
  49. * @(h)  Jump From Index Line To Locate Macro or Item in Document Below
  50. * ----------------------------------------------------------------------
  51. *   Alt_h can be used to quickly jump from Index Line to the desired
  52. *   item in the document below:
  53. *        1. Press Alt and h at the same time. Line 1 is marked to
  54. *           highlight. Cursor down to desired line in Index.
  55. *        2. Press Enter. The macro then locates and jumps to the item
  56. *           selected on the cursor line in the document below.
  57.  
  58. *   Use @f in bok001.qm to jump to macro from index.  See BOOKxx.Qm and
  59. *   JMPPOSxx.QM in AMACxx.ZIP for more discussion about using bookmarks
  60. *   and positions markers ( ) to jump to positions in files.
  61.  
  62. @h      MacroBegin UnmarkBlock DefaultWordSet BegFile MarkLine
  63.         MarkLine Pause WordRight MarkWord Copy EndPara
  64.         MakeCtrOfScreen Find "(" Paste ")" Return "I" Return JFalse
  65.         Label0: BegLine Jump Label1: Label0: BegFile Label1:
  66. *
  67. * 33 bytes Wed  07-10-1991  10:11:24 (TH @1 in BOOKxx.QM)
  68.  
  69. * (Version) History
  70. * ------------------
  71. *   1.0  -  Initial in AMAC41g.ZIP.                                   11/24/91
  72. *   1.1  -  Added ^F5 anf ^F6 in mis001.  Added @1 in mis006.         11/25/91
  73. *        -  Modified @1/2/6 in mis003.qm.                              12/7/91
  74. *        -  Changed #F9 to @3 key in mis006.qm.                        12/8/91
  75. *        -  Added @3/4/5/6 to mis002.qm.                              12/12/91
  76. *        -  Added @3 in mis006.qm.                                    12/28/91
  77. *        -  Added @3/4/5/6 in mis001.qm.                                1/7/92
  78. *        -  Added @9 in mis001.qm.                                      1/9/92
  79. *        -  Added @4/5 in mis006.qm.                                    1/9/92
  80. *        -  Added @9/0 in mis002.qm.                                   1/30/92
  81. *        -  Added @1/2/3/4 to mis007.qm to set/delete custom tab stops. 2/6/92
  82. *        -  In AMAC42.ZIP.                                             3/28/92
  83. *   1.1a -  Added @7 in mis003.qm.                                     4/24/92
  84. *        -  Changed macros in mis003.qm.                               4/26/92
  85. *                       (In Amac42e.zip)
  86. *   1.1b -  Added @8 in mis003.qm.                                     4/27/92
  87. *        -  Shortened @1/2/3/8 in mis003.qm.                           4/28/92
  88. *                       (In Amac43.zip)
  89. *   1.1c -  Changed keys in mis007.qm.                                  6/2/92
  90. *        -  Added @f2 in mis002.qm to make file of #'s 1-99.           6/17/92
  91. *        -  Modified ^f5 mis001.qm.                                    6/20/92
  92. *
  93. *
  94. *-- eof
  95.